*
* If text is overwritten when typing in the #GtkEntry.
*
- * Since: 2.14
+ * Since: GSEAL-branch
*/
g_object_class_install_property (gobject_class,
PROP_OVERWRITE_MODE,
*
* The length of the text in the #GtkEntry.
*
- * Since: 2.14
+ * Since: GSEAL-branch
*/
g_object_class_install_property (gobject_class,
PROP_TEXT_LENGTH,
* @setting: new value
*
* Sets whether the text is overwritten when typing in the #GtkEntry.
+ *
+ * Since: GSEAL-branch
**/
void
gtk_entry_set_overwrite_mode (GtkEntry *entry,
* Gets the value set by gtk_entry_set_overwrite_mode().
*
* Return value: whether the text is overwritten when typing.
+ *
+ * Since: GSEAL-branch
**/
gboolean
gtk_entry_get_overwrite_mode (GtkEntry *entry)
*
* Return value: the current number of characters
* in #GtkEntry, or 0 if there are none.
+ *
+ * Since: GSEAL-branch
**/
guint16
gtk_entry_get_text_length (GtkEntry *entry)